You can connect your existing storage bucket to ApexxCloud through our dashboard to use our transformation and CDN capabilities while maintaining your storage.
https://my-bucket.s3.amazonaws.com/images/photo.jpg
https://cdn.apexxcloud.com/f/{access_id}/tr-w_500,h_300/images/photo.jpg
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": ["s3:GetObject", "s3:ListBucket"], "Resource": [ "arn:aws:s3:::YOUR_BUCKET_NAME/*", "arn:aws:s3:::YOUR_BUCKET_NAME" ] } ] }